

/*地图*/
.map .title{ font-size: 22px; line-height: 34px;}

/*友情链接*/
.link-bt{overflow: hidden;border-bottom: 1px solid #E7E7E7; padding-bottom: 8px;height: 43px; margin-bottom: 5px;}
.link-bt span{display: inline-block; color: #242323; font-size: 18px;font-weight: bold; border-bottom: 2px solid #0155ab; line-height: 49px;}
.link{overflow: hidden; }
.link ul{}
.link ul li{float: left;line-height: 25px; color: #333; margin-bottom: 8px;}
.link ul li a{color: #333;}
.link ul li i{padding: 0 4px;}

/*分页*/
.page{ margin:0 auto; text-align: center; margin-top: 50px; margin-bottom: 50px; clear: both;}
.page a:first-child{border-radius: 4px 0 0 4px;}
.page a:last-child{border-radius: 0 4px 4px 0;}
.page-num, .page-link {padding: .5rem .75rem;line-height: 1.25;color: #666;border: 1px solid #dee2e6;}
.page-num-current {z-index: 1;color: #fff;background-color: #ca0018;border-color: #ca0018;}
.page-num-current:hover{color: #fff;}

@media screen and (max-width:767px) {
	
.page a:first-child{display: none;}
.page a:last-child{display: none;}

}


/*上一条，下一条*/
.next{ margin: 30px 0;}
.next p{line-height: 30px;}
.next p a{color: #666;}
.next p a:hover{color: #ca0018;}

